>Hey...ease up buddy. I'm one of those idiots that made such a post 'void main()' and a nice gentlemen sent me an email informing me of the ANSI standard regarding this.
>
>Because of this nice gentlemen's information, now I know better. And, he didn't scare me off this newsgroup be blowing my head off with a cannon! Email works wonders and it's *so* much more courteous.
There is nothing with 'void main()'. It's not giverned by the ANSI standard,
first of all, because that is not an ANSI definition. An ANSI definiton would
be more like 'void main(void)'.
You don't need main() to be defined has having any sort of return value unless
you plan to "return" out of it. If you use exit(0) like me, declaring the
function void is ok, since your function never returns.
The antsy standard is _great_ for assuring me that my bike helmet is safe, mind